projects
/
openwrt
/
svn-archive
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8666919
)
snort: add libuuid as dependency
author
Luka Perkov
<
[email protected]
>
Thu, 11 Jul 2013 13:40:08 +0000
(13:40 +0000)
committer
Luka Perkov
<
[email protected]
>
Thu, 11 Jul 2013 13:40:08 +0000
(13:40 +0000)
Signed-off-by: Jiri Slachta <
[email protected]
>
SVN-Revision: 37238
net/snort/Makefile
patch
|
blob
|
history
diff --git
a/net/snort/Makefile
b/net/snort/Makefile
index 514e5996820769a7ad6b6e73a1f7099f3d9dd62d..703c3b3951b71640e60ddc29b1ce742be7cd0a26 100644
(file)
--- a/
net/snort/Makefile
+++ b/
net/snort/Makefile
@@
-26,7
+26,7
@@
define Package/snort/Default
SUBMENU:=Firewall
SECTION:=net
CATEGORY:=Network
- DEPENDS:=+libpcap +libpcre +libdnet +libdaq +libpthread +zlib
+ DEPENDS:=+libpcap +libpcre +libdnet +libdaq +libpthread +
libuuid +
zlib
TITLE:=Lightweight Network Intrusion Detection System
URL:=http://www.snort.org/
endef
@@
-62,7
+62,7
@@
endef
define Package/snort-pgsql
$(call Package/snort/Default)
- DEPENDS+= +libpq
+ DEPENDS+= +libpq
+libuuid
TITLE+= (PostgreSQL)
VARIANT:=pgsql
endef